From 011c4266ccbf3ff66d92e223b2fafd291127c102 Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Fri, 4 Jul 2025 15:37:50 -0300 Subject: style: deno fmt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/pages/blog/read/[...slug].astro | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'src/pages/blog/read/[...slug].astro') diff --git a/src/pages/blog/read/[...slug].astro b/src/pages/blog/read/[...slug].astro index 348a976..5b42e86 100644 --- a/src/pages/blog/read/[...slug].astro +++ b/src/pages/blog/read/[...slug].astro @@ -133,8 +133,8 @@ const commit = await verification?.commit; @@ -158,16 +158,14 @@ const commit = await verification?.commit; { "description" in post.data && post.data.description && - ( + (

Resumo

{ post.data.description.split(new RegExp("\\s{2,}")) - .map(( - x, - ) => ( -

{x}

- )) + .map(( + x, + ) =>

{x}

) }
) @@ -176,7 +174,7 @@ const commit = await verification?.commit;